Programming - Object Oriented Code - OOP Basics (Begins)

OPENING QUESTIONS: 

Create a new program in app lab

Add a text box named fname with an appropriately named label that indicates that the data the user should enter in the text box should represent the user's first name.

Add two radio buttons named visible and invisible

When the visible radio button is selected the first name text box is displayed (default)

When the invisible radio button is selected the first name text box is hidden

═══════════════════════════

COURSE DOCUMENT: Ver 1.64 is HERE

WORK O' THE DAY

Now add a last name text box and associated label (named appropriately Ver 1.64 is HERE of course!)

Adjust your radio button code so both the first name text box, the first name label, the last name text box and the last name label all disappear when invisible is selected and both are visible when the visible option is selected.

═══════════════════════════

 

When you are done, please download Copy & Remix this file and slurp it up into APP LAB (however that works) and you'll fine my naming conventions kind of suck.

Your job is to rename ALL objects that don't match our class standards Ver 1.64 is HERE to names that do!

You'll also find my code don't work so great. WORK WITH YOUR TEAM TO DEBUG IT!